Package com.cisco.pt.ipc.sim
Interface FilterSet
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
FilterSetImpl
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetFilterAt(int filterIndex) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getFilterAt
Information provided by the PKI file:
\brief Returns the filter at the index location. \param filterIndex, the index of the filter. \return Filter, the filter object of given index.- Parameters:
filterIndex- Takes in a parameter of filterIndex- Returns:
- Filter Returns a Filter
-
getFilterCount
int getFilterCount()Information provided by the PKI file:
\brief Returns the number of filters. \return int, the number of filters.- Returns:
- int Returns a int
-